<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'iconfont-gb';
  /* project id 738716 */
  src: url("../fonts/iconfont-gb.ttf") format("truetype"); }
.left {
  float: left; }

.right {
  float: right; }

body {
  background: #fff; }

 .gb_pc-header .icons-list{text-align: center;}
.gb_pc-header .icons-list img{width: 60%;}

.gb_pc-header-top {
  width: 100%;
  height: 40px; }
  .gb_pc-header-top .gb_pc-header-top-container {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66666666;
    background: #d2c8e3; }
  .gb_pc-header-top .gb_pc-header-top-main {
    max-width: 1200px;
    margin: 0 auto; }
    .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code {
      float: left;
      font-size: 14px;
      color: #342678;
      line-height: 40px;
      padding: 0 12px;
      position: relative;
      cursor: pointer; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code:hover .qr-img {
        height: 120px;
        overflow: inherit;
        padding-top: 12px; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code:hover .qr-img .qr-img-box {
          height: 100px;
          transform: translateY(0);
          -webkit-transform: translateY(0);
          opacity: 1; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background: #342678;
        right: 0;
        top: 15px;
        opacity: 0.5; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code .qr-img {
        width: 100px;
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 40px;
        left: -12px;
        z-index: 9999; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code .qr-img::before {
          width: 12px;
          height: 12px;
          content: '';
          background: #333;
          position: absolute;
          left: 50%;
          margin-left: -6px;
          top: -6px;
          transform: rotateZ(45deg);
          -webkit-transform: rotateZ(45deg); }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code .qr-img .qr-img-box {
          width: 100px;
          height: 100px;
          opacity: 0;
          transform: translateY(-8px);
          -webkit-transform: translateY(-8px);
          background: #fff;
          transition: 0.85s ease;
          -webkit-transition: 0.85s ease;
          -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
                  box-shadow: 0 0 8px rgba(0, 0, 0, 0.13); }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .wx-qr-code .qr-img img {
          width: 100%;
          height: 100%; }
    .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-no,
    .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes {
      float: left; }
    .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes {
      min-width: 120px;
      cursor: pointer;
      height: 40px;
      position: relative;
      text-align: center;
      color: rgba(255, 255, 255, 0.6); }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes p {
        font-size: 14px;
        display: inline-block;
        height: 40px;
        padding: 0 6px 0 12px;
        line-height: 40px; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes p span {
          padding-right: 12px;
          padding-left: 6px; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes:hover {
        background: #fff;
        color: #009de1; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes:hover .user-menu {
          height: 180px; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu {
        position: absolute;
        width: 120px;
        top: 0;
        z-index: 99999;
        background: #fff;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        right: 0;
        height: 00;
        position: relative;
        overflow: hidden;
        transition: height 0.15s ease;
        -webkit-transition: height 0.15s ease; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu li {
          width: 100%;
          float: left; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu li:first-child {
            padding-top: 10px; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu li:last-child {
            padding-bottom: 10px; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu li a {
            color: #333;
            width: 100%;
            padding: 0;
            line-height: 32px;
            text-align: center; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .log-box-yes .user-menu li a:hover {
              color: #009de1;
              background: #eee; }
    .gb_pc-header-top .gb_pc-header-top-main .main-content a {
      font-size: 14px;
      color: #342678;
      line-height: 40px;
      padding: 0 12px;
      display: block;
      float: left;
      position: relative; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content a:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background: #342678;
        right: 0;
        top: 15px;
        opacity: 0.5; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content a.comp-main {
        height: 40px;
        font-size: 82px;
        overflow: hidden;
        display: inline-block; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content a.comp-main svg {
          position: relative;
          top: -21px;
          color: #fff; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content a.no-line:after {
        display: none; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content a:hover {
        color: #cc1c1c; }
    .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box {
      padding: 0 14px;
      height: 40px;
      position: relative;
      background: #999;
      cursor: pointer;
      -webkit-transition: -webkit-transform 0.25s ease-out;
      transition: -webkit-transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
      -webkit-transition: transform 0.25s ease-out; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box svg {
        font-size: 18px;
        margin-right: 8px; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box svg.icon-cart-none {
          display: none; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box svg.icon-cart-active {
          display: block; }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box.active {
        /* background: #0187c4; */
        background: #342678;
        color: #fff;font-size: 12px; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box.active:hover {
          background: #fff;
          /* color: #0187c4;  */
          color: #342678;
        }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box:hover .cart-lists {
        padding: 0 8px 8px 8px;
        height: auto; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box:hover .cart-lists .cart-lists-container {
          transform: translateY(0px);
          -webkit-transform: translateY(0px); }
      .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists {
        position: absolute;
        top: 40px;
        width: 320px;
        padding: 0;
        right: -8px;
        height: 0;
        z-index: 99999;
        overflow: hidden; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-lists-container {
          background: #fff url("../images/cart-loading.gif") center no-repeat;
          background-size: 40px;
          -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          transform: translateY(-8px);
          -webkit-transform: translateY(-8px); }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-empty {
          width: 100%;
          height: 100px;
          background: #fff;
          font-size: 14px;
          color: #333; }
        .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items {
          overflow: hidden; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-items-box {
            width: 100%;
            max-height: 300px;
            overflow-x: hidden;
            overflow-y: auto; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-items-box::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 4px;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 1px; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-items-box::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 2px;
              -webkit-box-shadow: inset 0 0 2px rgba(71, 156, 196, 0.2);
                      box-shadow: inset 0 0 2px rgba(71, 156, 196, 0.2);
              background: #bbb; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-items-box::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              -webkit-box-shadow: inset 0 0 2px rgba(48, 92, 116, 0.2);
                      box-shadow: inset 0 0 2px rgba(48, 92, 116, 0.2);
              background: #ededed; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .top-desc {
            width: 100%;
            background: #009de1;
            color: #fff;
            padding: 10px 15px;
            line-height: 16px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul {
            display: block;
            overflow: hidden;
            width: 100%;
            padding: 0 15px;
            background: #fff;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li {
              float: left;
              width: 100%;
              height: 80px;
              font-size: 12px;
              color: #333;
              border-bottom: 1px solid #eee;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-justify-content: space-between; }
              .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li:last-child {
                border: none; }
              .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-img {
                width: 60px;
                height: 60px;
                margin-right: 10px; }
                .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-img img {
                  width: 100%;
                  height: 100%; }
              .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-name {
                width: 130px;
                line-height: 16px;
                text-align: left; }
                .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-name a {
                  color: #333;
                  font-size: 12px;
                  line-height: 16px; }
                  .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-name a:hover {
                    color: #009de1; }
              .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items ul li .item-num {
                width: 80px;
                text-align: right;
                margin-left: 10px;
                white-space: nowrap; }
          .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-bottom {
            width: 100%;
            padding: 0 15px;
            height: 72px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            background: #f0f0f0;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-justify-content: space-between; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-bottom .items-count p {
              font-size: 12px;
              color: #555;
              line-height: 14px;
              margin-bottom: 6px; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-bottom .items-count h3 {
              font-size: 24px;
              color: #009de1; }
              .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-bottom .items-count h3 span {
                font-size: 12px; }
            .gb_pc-header-top .gb_pc-header-top-main .main-content .cart-box .cart-lists .cart-items .cart-bottom .items-check {
              padding: 6px 18px;
              border: none;
              background: #ff0042;
              border-radius: 3px;
              font-size: 14px;
              cursor: pointer;
              color: #fff; }

.gb_pc-header {
  width: 100%;
  /* background: #fff; */ 
  }
  .gb_pc-header .gb_pc-header-main {
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between; }
    .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list {
      float: left; }
      .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-a {
        padding-right: 13px; }
        .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-a::after {
          content: '';
          display: block;
          width: 1px;
          height: 18px;
          position: absolute;
          right: 0;
          top: 38px;
          background: #cbcbcb; }
      .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-b {
        padding-left: 13px;
        height: 100px;
        padding-right: 13px;
        cursor: pointer; }
        .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-b .qiye-icon-aa {
          height: 100%; }
        .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-b .qiye-icon-a {
          width: 40px;
          height: 40px;
          border-radius: 40px;
          border: 1px solid #e9e9e9;
          margin-right: 10px; }
        .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-b .qiye-icon-desc {
          font-size: 14px;
          color: #342678; }
          .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-b .qiye-icon-desc span {
            /* color: #ccc; */
            color: #342678;
            font-size: 18px;
            position: relative;
            top: 0; }
      .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-c .qiye-icon-a {
        border: none;
        border-radius: 0;
        width: auto;
        height: auto;
        margin-right: 8px; }
      .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list.icons-list-c .icon-qiye-cbox p {
        font-size: 12px;
        color: #555;
        padding-bottom: 4px; }
      .gb_pc-header .gb_pc-header-main .pc-icon-box .icons-list svg {
        font-size: 92px; }
    .gb_pc-header .gb_pc-header-main .pc-icon-box .icon-line {
      width: 1px;
      height: 18px;
      background: #cbcbcb; }
    .gb_pc-header .gb_pc-header-main .pc-search-box {
      width: 430px;
      height: 44px;
      border: 1px solid #d2d2d2;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .gb_pc-header .gb_pc-header-main .pc-search-box .search-btn {
        width: 44px;
        height: 44px;
        /* background: #009de1; */
        background: #342678;
        font-size: 24px;
        color: #fff;
        position: absolute;
        right: -1px;
        top: -1px; }
      .gb_pc-header .gb_pc-header-main .pc-search-box input {
        width: 386px;
        height: 42px;
        padding: 0 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px;
        color: #333;
        border: none; }

.qiye-icon-box {
  width: 100%;
  position: absolute;
  height: 0;
  overflow: hidden;
  left: 0;
  top: 100px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.03);
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  transition: height 0.25s ease-out;
  -webkit-transition: height 0.25s ease-out; }
  .qiye-icon-box::before {
    position: absolute;
    background: #ddd;
    content: '';
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -28px;
    left: 180px; }
  .qiye-icon-box h3 {
    font-size: 18px;
    color: #555;
    padding: 16px 0 18px 0; }
  .qiye-icon-box ul {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .qiye-icon-box ul li {
      text-align: center;
      cursor: pointer; }
      .qiye-icon-box ul li p {
        color: #666;
        margin-top: 6px;
        margin-bottom: 6px; }
      .qiye-icon-box ul li h5 {
        font-size: 12px;
        color: #fff;
        background: #c4c4c4;
        padding: 2px 2px;
        border-radius: 2px; }
      .qiye-icon-box ul li:hover h5 {
        background: #ff0f01; }
    .qiye-icon-box ul.icon-list-a {
      padding-bottom: 16px;
      border-bottom: 1px solid #eee; }
    .qiye-icon-box ul.icon-list-b {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-justify-content: flex-start; }
      .qiye-icon-box ul.icon-list-b li {
        padding: 0 30px; }

/*# sourceMappingURL=common.css.map */
@media screen and (max-width: 1024px){
    .gb_pc-header-top .gb_pc-header-top-main{
        width: 100%;
        max-width: 980px;
    }
    .tab-show{
        width: 100% !important;
    }
    .w1158{
        width: 940px !important;
    }
    .good_det img{
        max-width: 100% !important;
    }
    .w778 {
        width: 555px !important;
    }
    .gb_pc-header-main&gt;span{
        margin-right: -90px !important;
    }
}</pre></body></html>